diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /third_party/rust/metal/README.md | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/metal/README.md')
-rw-r--r-- | third_party/rust/metal/README.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/rust/metal/README.md b/third_party/rust/metal/README.md index ef94a72da8..1311edfbe1 100644 --- a/third_party/rust/metal/README.md +++ b/third_party/rust/metal/README.md @@ -8,13 +8,6 @@ <p align="center">Unsafe Rust bindings for the Metal 3D Graphics API.</p> -## Documentation - -Note that [docs.rs](docs.rs) will fail to build the (albeit limited) documentation for this crate! -They build in a Linux container, but of course this will only compile on MacOS. - -Please build the documentation yourself with `cargo docs`. - ## Examples The [examples](/examples) directory highlights different ways of using the Metal graphics API for rendering |