mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
13 lines
265 B
TOML
13 lines
265 B
TOML
# See https://github.com/matklad/cargo-xtask for more on this pattern.
|
|
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
pico-args = "0.3"
|
|
smoljson = "0.1"
|