Skip to content

Commit

Permalink
slint-tr-extractor: use polib instead of our own data structures
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jun 13, 2023
1 parent cd99943 commit c11ec5b
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 238 deletions.
6 changes: 5 additions & 1 deletion tools/tr-extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ homepage = "https://slint-ui.com"

[dependencies]
i-slint-compiler = { path = "../../internal/compiler", features = ["display-diagnostics"] }
chrono = {version="0.4.24", default-features = false, features = ["clock"] }
chrono = {version = "0.4.24", default-features = false, features = ["clock"] }
clap = { version = "4.0", features = ["derive", "wrap_help"] }
polib = "0.2"

[dev-dependencies]
itertools = "0.10.5"

[[bin]]
name = "slint-tr-extractor"
Expand Down
117 changes: 0 additions & 117 deletions tools/tr-extractor/generator.rs

This file was deleted.

Loading

0 comments on commit c11ec5b

Please sign in to comment.