fluttered_slint 0.0.1

A way to create slint interfaces in a similar way to Google's Flutter.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fluttered_slint"
version = "0.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A way to create slint interfaces in a similar way to Google's Flutter."
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "flutter",
    "framework",
    "slint",
]
license-file = "LICENSE"
repository = "https://github.com/LiveUser/fluttered_slint"

[lib]
name = "fluttered_slint"
path = "src/lib.rs"

[dependencies.slint]
version = "1.15.1"

[build-dependencies.slint-build]
version = "1.15.1"