mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-24 07:51:30 +11:00
12 lines
224 B
TOML
12 lines
224 B
TOML
|
[package]
|
||
|
name = "portability"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
|
||
|
|
||
|
[lib]
|
||
|
name = "portability"
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[dependencies]
|
||
|
portability-gfx = { path = "../libportability-gfx" }
|