Skip to content

Commit

Permalink
doc: Add supported sdl versions (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Jan 29, 2023
1 parent 4fcff54 commit fd1e75c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
//!
//! The rich-sdl2-rust provides wrapper for SDL2 and abstractions of that APIs, [`audio`], [`window`], [`EventBox`] and so on.
//!
//! ## Supported SDL versions
//!
//! This crate works with libraries:
//!
//! - SDL 2.26.2 or later,
//! - SDL_ttf 2.20.1 or later (on `ttf` feature),
//! - SDL_mixer 2.6.2 or later (on `mixer` feature),
//! - SDL_image 2.6.2 or later (on `image` feature),
//! - SDL_net 2.2.0 or later (on `net` feature).
//!
//! ## Module Navigation
//!
//! - [Window and Graphics](window)
Expand Down

0 comments on commit fd1e75c

Please # to comment.