mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
tek_ -> tengri_; reset to v0.1.0; add root reexporter package
This commit is contained in:
parent
70984b4992
commit
d30eda33d1
21 changed files with 101 additions and 75 deletions
|
|
@ -1,10 +1,14 @@
|
|||
[package]
|
||||
name = "tek_input"
|
||||
edition = "2021"
|
||||
version = "0.2.0"
|
||||
name = "tengri_input"
|
||||
edition = "2024"
|
||||
version = "0.1.0"
|
||||
description = "UI metaframework, input layer."
|
||||
|
||||
[dependencies]
|
||||
tek_edn = { path = "../edn" }
|
||||
tengri_edn = { optional = true, path = "../edn" }
|
||||
|
||||
[features]
|
||||
edn = [ "tengri_edn" ]
|
||||
|
||||
[dev-dependencies]
|
||||
tek_tui = { path = "../tui" }
|
||||
tengri_tui = { path = "../tui" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue