Packages

A framework to build terminal UI applications in Elixir

Current section

Files

Jump to
orange native orange_layout_binding Cargo.toml
Raw

native/orange_layout_binding/Cargo.toml

[package]
name = "orange_layout_binding"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "orange_layout_binding"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = { version = "0.31.0", default-features = false, features = ["derive"] }
taffy = "0.7.5"
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]