You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
436 B

[package]
name = "ui2d"
version = "0.1.0"
authors = ["XorTroll"]
edition = "2021"
[dependencies]
nx = { git = "https://github.com/aarch64-switch-rs/nx", features = [ "gpu" ] }
[dependencies.font8x8]
version = "0.2"
default-features = false
features = ["unicode"]
[dependencies.rusttype]
version = "0.9.2"
default-features = false
features = ["libm-math"]
[dependencies.libm]
version = "0.2.1"
default-features = false
features = []