Skip to content

Commit

Permalink
deprecate attachment crate
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Aug 12, 2024
1 parent f382cd6 commit 19b0ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/util/attachment/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! Attachments are a way to attach arbitrary data to an object. This is useful for storing data that
//! is not directly related to the object, but is still useful to store.

#![deprecated = "use the `component` crate instead, which provides an implementation of attachments in a Minecraft way"]

use std::{
any::Any,
borrow::Borrow,
Expand Down

0 comments on commit 19b0ed9

Please sign in to comment.