changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/ui/build.rs

changeset 268: a52d42f30617
parent: 2a4f11c0e8c8
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 06 Apr 2024 23:30:32 -0400
permissions: -rw-r--r--
description: rocksdb alien functions and cargo fmt
1 fn main() {
2  let cfg = slint_build::CompilerConfiguration::new()
3  .with_style("material-dark".into());
4  slint_build::compile_with_config("base.slint", cfg).unwrap();
5 }