hello i tried building this last night so i can auto log into a plasmawayland session i have pam 0.8.0 and tried 0.7.0 as dependencies. and copy and pasted your command and added my user name etc but the build always fails with this
error[E0433]: failed to resolve: could not find Authenticator in pam
--> src/main.rs:11:25
|
11 | let mut auth = pam::Authenticator::with_password(service).unwrap();
| ^^^^^^^^^^^^^ could not find Authenticator in pam
For more information about this error, try rustc --explain E0433.
error: could not compile Gamescope (bin "Gamescope") due to 1 previous error
hello i tried building this last night so i can auto log into a plasmawayland session i have pam 0.8.0 and tried 0.7.0 as dependencies. and copy and pasted your command and added my user name etc but the build always fails with this error[E0433]: failed to resolve: could not find
Authenticator
inpam
--> src/main.rs:11:25 | 11 | let mut auth = pam::Authenticator::with_password(service).unwrap(); | ^^^^^^^^^^^^^ could not findAuthenticator
inpam
For more information about this error, try
rustc --explain E0433
. error: could not compileGamescope
(bin "Gamescope") due to 1 previous error