Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <federico.bruzzone.i@gmail.com>
  • Loading branch information
FedericoBruzzone committed Aug 12, 2024
1 parent 7a2a98e commit b56a217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ Mantainers:
- [grammers](https://github.com/Lonami/grammers): the `tdlib-tl-gen` and `tdlib-tl-parser` projects are forks of the `grammers-tl-gen` and `grammers-tl-parser` projects.
- [rust-tdlib](https://github.com/aCLr/rust-tdlib): for inspiration about some client code.
- [tdlib-rs](https://github.com/paper-plane-developers/tdlib-rs): for inspiration about the generator code.

3 changes: 2 additions & 1 deletion tdlib-rs/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#[allow(dead_code)]
#[cfg(not(any(feature = "docs", feature = "pkg-config")))]
// The version of the TDLib library.
const TDLIB_VERSION: &str = "1.8.29";
#[cfg(feature = "download-tdlib")]
const TDLIB_CARGO_PKG_VERSION: &str = "1.0.5";
Expand Down Expand Up @@ -136,6 +135,7 @@ fn download_tdlib() {
/// - `cargo:rustc-link-lib=dylib=tdjson`
/// - `cargo:rustc-link-arg=-Wl,-rpath,.../tdlib/lib`
/// - `cargo:rustc-link-search=native=.../tdlib/bin` (only for Windows x86_64)
///
/// The `...` represents the `dest_path` or the `OUT_DIR` environment variable.
/// If the tdlib library is not found at the specified path, the function will panic.
/// The function will panic if the tdlib library is not found at the specified path.
Expand Down Expand Up @@ -391,6 +391,7 @@ pub fn build_download_tdlib(dest_path: Option<String>) {
/// - `cargo:rustc-link-lib=dylib=tdjson`
/// - `cargo:rustc-link-arg=-Wl,-rpath,.../tdlib/lib`
/// - `cargo:rustc-link-search=native=.../tdlib/bin` (only for Windows x86_64)
///
/// The `...` represents the `LOCAL_TDLIB_PATH` environment variable.
/// If the `LOCAL_TDLIB_PATH` environment variable is not set, the function will panic.
///
Expand Down

0 comments on commit b56a217

Please sign in to comment.