Skip to content

Commit 0d83660

Browse files
committed
docs
1 parent e47b668 commit 0d83660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ unsafe impl<Manager: Send + Sync> Sync for Client<Manager> {}
124124
// unsafe { sys::SteamAPI_RestartAppIfNecessary(app_id.0) }
125125
// }
126126

127-
// TODO: docs
127+
/// Path to the steamworks sdk library.
128+
///
129+
/// Steamworks sdk library is expected to exist next to the binary.
128130
pub fn steam_library_path() -> std::path::PathBuf {
129131
let lib_name = libloading::library_filename("steam_api");
130132

0 commit comments

Comments
 (0)