# Copyright © SixtyFPS GmbH # SPDX-License-Identifier: MIT [package] name = "opengl_texture" version = "1.14.0" authors = ["Slint Developers "] edition = "2021" build = "build.rs" license = "MIT" publish = false [[bin]] path = "main.rs" name = "opengl_texture" [dependencies] slint = { path = "../../api/rs/slint" } glow = { workspace = true } web-time = { version = "1.0" } [build-dependencies] slint-build = { path = "../../api/rs/build" }