cacao icon indicating copy to clipboard operation
cacao copied to clipboard

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!

Results 37 cacao issues
Sort by recently updated
recently updated
newest added

Both of the collection types (`NSArray` and `NSMutableDictionary`) only accept owned pointers to elements. This makes sense, but there are many types that are always shared (`NSURL`, `NSImage`, etc), which...

Is there a particular reason why `NSArray` is being used, and not `NSMutableArray`? The pattern for `NSDictionary` was to use the mutable variant, and unless we're worried about the perf...

I'm interested in how others may have mixed the AppKit runtime with something Rust-centric, whether `async-std`, `tokio`, or something else. Use cases are primarily in mixed platform systems, the core...

Touched on in #19 I think it would be super useful to describe a way to compile your rust code with xcode to get code-signing to work and publish it...

documentation

I tried to do this in my project code but it seems like I need access to `ObjcAccess` in order to write a `Layout` impl. It seems like maybe new...

feature request

Hi, is it possible to create a menubar app via cacao? if so, is it documented?

Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 2 to 3. Release notes Sourced from baptiste0928/cargo-install's releases. v3.0.0 Added Runner os version is included in the cache key. (#21) Changed Breaking: The action now runs...

dependencies
github_actions