Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ not carry this fork's releases. Depend on the `v0.9.0` tag:
fc-gpui = { git = "https://github.com/freefcw/fc-gpui.git", tag = "v0.9.0" }
```

Building requires the toolchain pinned in [`rust-toolchain.toml`](rust-toolchain.toml): Rust
`1.97.1` with edition 2024.
Contributors build with the toolchain pinned in [`rust-toolchain.toml`](rust-toolchain.toml): Rust
`1.97.1` with edition 2024. Consuming these crates does not require that toolchain — they build on
Rust `1.90.0` and newer. That floor comes from the dependency tree (`ordered-float 5.5.0` and
`cosmic-text 0.19`), not from this fork's own code, so the `fc-gpui*` packages declare no
`rust-version` of their own, matching upstream Zed's `gpui`.

To trim image decoder footprint, disable default features and list only the platform and image
formats you need:
Expand Down
Loading