changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/ui/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 2a4f11c0e8c8
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "ui"
3 version.workspace = true
4 authors.workspace = true
5 edition.workspace = true
6 [[bin]]
7 name = "ui-base"
8 path = "main.rs"
9 [dependencies]
10 serde.workspace = true
11 slint = {version = "1.5.1", features = ["serde","software-renderer-systemfonts"]}
12 
13 [build-dependencies]
14 slint-build = "1.5.1"