mirror of
https://git.intege.rs/xlib/x.git
synced 2025-12-05 20:35:01 +00:00
14 lines
283 B
TOML
14 lines
283 B
TOML
[package]
|
|
name = "x"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
win32 = []
|
|
no_relocs = []
|
|
|
|
[dependencies]
|
|
xgen = { path = "proc_macro"}
|
|
libm = { version = "0.2.8", optional = true } |