Skip to content

Commit

Permalink
Merge pull request #10 from dawedawe/ratzilla_port
Browse files Browse the repository at this point in the history
add ratzilla support
  • Loading branch information
dawedawe authored Mar 2, 2025
2 parents b33829b + ebc440a commit 176982f
Show file tree
Hide file tree
Showing 21 changed files with 1,624 additions and 1,024 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
dist/
223 changes: 210 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 2 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
[workspace]
members = ["rusistor", "tusistor", "tusistor-core", "tusistor-web" ]
resolver = "2"

[workspace.package]
authors = ["dawe <dawedawe@posteo.de>"]
license = "MIT"
edition = "2024"
repository = "https://github.com/dawedawe/tusistor"

[package]
name = "tusistor"
version = "0.6.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
description = "This is a Ratatui app to calculate the color code of electrical resistors."

[dependencies]
crossterm = "0.28.1"
ratatui = "0.29.0"
color-eyre = "0.6.3"
tui-input = "0.11.1"
rusistor = { path = "rusistor", version = "0.3.0" }
engineering-repr = "1.1.0"
2 changes: 1 addition & 1 deletion rusistor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusistor"
version = "0.3.0"
version = "0.3.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
Loading

0 comments on commit 176982f

Please sign in to comment.