DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File explorer looks weird (no colours, no cells, maybe CSS isn't read?)

SamuelMarks opened this issue · comments

Screen Shot 2022-06-21 at 11 59 19 AM

[package]
name = "temp-dioxus"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dioxus = { version = "0.2.4", features = ["desktop"] }
log = "0.4.14"
simple_logger = "1.13.0"