Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[build]
type = "meson"
[build.flags]
build_dir = "build"
[dependencies]
build = [
"meson",
"rust",
]
runtime = [
"glibc",
"libunwind",
"mkinitramfs",
]
[package]
description = "Rust-based UEFI bootloader project"
homepage = "https://gitlab.com/sfg-os/vexlum"
license = "MIT"
name = "vexlum"
version = "0.1.0"
revision = 2
[[source]]
extract_dir = "$name-$version"
url = "https://gitlab.com/sfg-os/vexlum.git"
sha256 = "skip"