mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
17 lines
496 B
TOML
17 lines
496 B
TOML
[package]
|
|
name = "sixtyfps-rendering-backend-testing"
|
|
version = "0.1.6"
|
|
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-only"
|
|
description = "OpenGL rendering backend for SixtyFPS"
|
|
repository = "https://github.com/sixtyfpsui/sixtyfps"
|
|
homepage = "https://sixtyfps.io"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
sixtyfps-corelib = { version = "=0.1.6", path = "../../corelib" }
|
|
image = { version = "0.23.14", default-features = false, features = ["png"] }
|