footvm/Cargo.toml

13 lines
190 B
TOML
Raw Permalink Normal View History

2025-03-06 20:58:07 -05:00
[package]
name = "footvm"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder = "1"
2025-03-07 02:58:45 -05:00
customasm = "0.13.9"
pixels = "0.15"
[dependencies.winit]
version = "0.30"
features = ["rwh_05"]