mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 04:58:34 +00:00
The field is now optional (as of Rust 1.53) and no longer used by crates.io (as per Rust RFC 3052)
13 lines
223 B
TOML
13 lines
223 B
TOML
# See https://github.com/matklad/cargo-xtask for more on this pattern.
|
|
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
smoljson = "0.1"
|
|
xshell = "0.1"
|
|
xflags = "0.2"
|