Skip to content

Commit 9779de9

Browse files
authored
_tkinter pt. 1 (#5583)
* Add _tkinter module and gate * add tkinter module * add tcl_error * fix tk setup and add demo * fix TK_VERSION * create and TkApp
1 parent c585678 commit 9779de9

File tree

18 files changed

+9112
-15
lines changed

18 files changed

+9112
-15
lines changed

Cargo.lock

Lines changed: 381 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ bz2 = ["stdlib", "rustpython-stdlib/bz2"]
2222
sqlite = ["rustpython-stdlib/sqlite"]
2323
ssl = ["rustpython-stdlib/ssl"]
2424
ssl-vendor = ["ssl", "rustpython-stdlib/ssl-vendor"]
25+
tkinter = ["rustpython-stdlib/tkinter"]
2526

2627
[dependencies]
2728
rustpython-compiler = { workspace = true }

0 commit comments

Comments
 (0)