Files
mesa/src/compiler/rust/lib.rs
Christian Gmeiner 05bf03c3db nak: Move bitset to compiler crate
This commit intorduces src/compiler/rust crate, which will have
different modules that help to write a backend compiler in Rust.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30443>
2024-08-07 21:08:18 +00:00

5 lines
82 B
Rust

// Copyright © 2024 Igalia S.L.
// SPDX-License-Identifier: MIT
pub mod bitset;