mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 10:58:04 +08:00
Initial implementation of node graph based on structs
This commit is contained in:
committed by
Keavon Chambers
parent
58c1a9db03
commit
01bbe5dced
14
node-graph/Cargo.toml
Normal file
14
node-graph/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "graph-ite"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
rust_analyzer = ["ide", "ide_db"]
|
||||
|
||||
[dependencies]
|
||||
ide = { version = "*", package = "ra_ap_ide", optional = true }
|
||||
ide_db = { version = "*", package = "ra_ap_ide_db" , optional = true }
|
||||
graph-proc-macros = {path = "proc-macro"}
|
||||
Reference in New Issue
Block a user