Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9779de9

Browse filesBrowse 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
Copy full SHA for 9779de9

18 files changed

+9112
-15
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+381-15Lines 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

Copy file name to clipboardExpand all lines: Cargo.toml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.