alchemy icon indicating copy to clipboard operation
alchemy copied to clipboard

An experimental GUI framework for Rust, backed by per-platform native widgets. React, AppKit/UIKit inspired. EXPERIMENTAL, runs on Cocoa right now. ;P

Results 3 alchemy issues
Sort by recently updated
recently updated
newest added

## Setup - Git clone master - `cargo run` ### Versions Default host: x86_64-apple-darwin rustup home: /.../.rustup installed toolchains -------------------- stable-x86_64-apple-darwin 1.35.0-x86_64-apple-darwin 1.39.0-x86_64-apple-darwin active toolchain ---------------- 1.35.0-x86_64-apple-darwin (overridden by '/.../alchemy/rust-toolchain')...

Hi friend, I came across your project today and found it neat so I cloned the repo and messed around with it. Here's some of the updates I found to...

I tried to copy the example provided at https://alchemy.rs/ at it is without any modification and got this error message: ``` error[E0433]: failed to resolve: use of undeclared type or...