mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
13 lines
326 B
TOML
13 lines
326 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
[project]
|
|
name = "memory"
|
|
version = "1.10.0"
|
|
description = "Slint Memory Tiles Python Example"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["slint"]
|
|
|
|
[tool.uv.sources]
|
|
slint = { path = "../../api/python/slint", editable = true }
|