Skip to content

Commit

Permalink
chore: add deprecation notice for v1 lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Aug 19, 2024
1 parent 9cbd402 commit 760111b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang-lexer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use lang_util::position::LexerPosition;
pub use token::*;

#[cfg(feature = "v1")]
#[deprecated(since = "0.6.0", note = "the v1 lexer is not spec-compliant and relies on outdated dependencies. It will be removed in glsl-lang 0.7.0")]
pub mod v1;

#[cfg(any(feature = "v2-min", feature = "v2-full"))]
Expand Down

0 comments on commit 760111b

Please sign in to comment.