rust_widgets 0.9.6

Pure Rust cross-platform native GUI library with hardware-adaptive rendering, 60+ widgets, touch/gesture support, i18n, and SVG-pipeline-accurate output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "rust-widgets"
version = "0.6.0"
description = "Python ctypes adapter for rust_widgets C ABI"
readme = "README.md"
requires-python = ">=3.9"
authors = [{ name = "rust_widgets contributors" }]

[tool.setuptools]
py-modules = ["rust_widgets"]