blob: f85f0cf477df1b208959c24ddd0801325932dfe9 [file] [log] [blame]
// Copyright 2025 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! A stub crate.
//! Planned to provide an abstraction between different renderers in the future.
//! This abstraction is not yet designed.
#![forbid(unsafe_code)]
#![no_std]