We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47b668 commit 0d83660Copy full SHA for 0d83660
src/lib.rs
@@ -124,7 +124,9 @@ unsafe impl<Manager: Send + Sync> Sync for Client<Manager> {}
124
// unsafe { sys::SteamAPI_RestartAppIfNecessary(app_id.0) }
125
// }
126
127
-// TODO: docs
+/// Path to the steamworks sdk library.
128
+///
129
+/// Steamworks sdk library is expected to exist next to the binary.
130
pub fn steam_library_path() -> std::path::PathBuf {
131
let lib_name = libloading::library_filename("steam_api");
132
0 commit comments