mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-23 15:31:32 +11:00
12 lines
228 B
TOML
12 lines
228 B
TOML
|
[package]
|
||
|
name = "portability-icd"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
|
||
|
|
||
|
[lib]
|
||
|
name = "portability_icd"
|
||
|
crate-type = ["dylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
portability-gfx = { path = "../libportability-gfx" }
|