82edb1d8da
This works in a similar way to x86's paging, by using page directories which point to page tables, which point to physical addresses.
21 lines
365 B
TOML
21 lines
365 B
TOML
[package]
|
|
name = "fox32"
|
|
version = "0.3.0"
|
|
authors = ["ry"]
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
image = "0.24"
|
|
log = "0.4"
|
|
pixels = "0.9.0"
|
|
rfd = "0.7.0"
|
|
ringbuf = "0.2"
|
|
rodio = "0.15.0"
|
|
winit = "0.26"
|
|
winit_input_helper = "0.11"
|
|
|
|
[build-dependencies]
|
|
anyhow = "1.0"
|
|
vergen = { version = "6", default-features = false, features = ["build", "git"] }
|